TryParse Method

Summary
Tries to parse the string into an enumeration.
Syntax
C#
VB
C++
public static bool TryParse( 
   string name 
) 
  
Public Shared Function TryParse( _ 
   ByVal name As String _ 
) As Boolean 
public: 
static bool TryParse(  
   String^ name 
)  

Parameters

name
The value to be parsed.

Return Value

True if the value can be converted to the specified type.

Requirements

Target Platforms

See Also

Reference

Enum<T> Class

Enum<T> Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.